com.gs.roompanel.api

RoomPanelApi

All apis of RoomPanel

Supported Products:

GSC357X


Detail

Method

method description
public static boolean startConfReservation(int time); Conference room start meeting. Use the current time as the start time for the meeting, and add time minutes to the current time as the end time, change the conference room status to occupied.

Params:

time
Start meeting time, unit is minute.

Return:

boolean Start meeting result. The idle state returns true, and the occupied state returns false.

Supported Products:

GSC3574, GSC3575

public static boolean extendConfReservation(int time); Conference room extend meeting. The end time of the current meeting is extended by time minutes.

Params:

time
Extend meeting time, unit is minute.

Return:

boolean Extend meeting result. The idle state returns false, and the occupied state returns true.

Supported Products:

GSC357X

public static boolean endConfReservation(); Conference room end meeting. Clear the meeting start time and end time, and change the conference room status to idle.

Return:

boolean End meeting result. The idle state returns false, and the occupied state returns true.

Supported Products:

GSC357X

public static ConfReservation getConfReservationInfo(); Get conference room reservation info. The current time exceeds the end time of the meeting, and the reservation information for the meeting room will not be updated. You need to call the hangupConfReservation interface to end the meeting.

Return:

ConfReservation Conference room reservation info.

Supported Products:

GSC357X


Member & Constant

Member description